home *** CD-ROM | disk | FTP | other *** search
/ Dr. Health'nstein's Body Fun / bodyfun.iso / mac / MAC MOVIE FOLDER / GYM.DIR / 00040_Script_40 < prev    next >
Text File  |  1994-10-12  |  169b  |  10 lines

  1. on mouseDown
  2.   global WorkoutHours
  3.   if ClickButton() = true then
  4.     if WorkoutHours > 5 then
  5.       go to marker(1)
  6.     else
  7.       beep
  8.     end if
  9.   end if
  10. end